悟空视频

    在线播放云盘网盘BT下载影视图书

    Tkinter GUI Application Development Blueprints - 图书

    2015计算机·编程设计
    导演:Bhaskar Chaudhary
    Software developers, scientists, researchers, engineers, students, or programming hobbyists with basic familiarity in Python will find this book interesting and informative. People familiar with basic programming constructs in other programming language can also catch up with some brief reading on Python. No GUI programming experience is expected.
    Tkinter GUI Application Development Blueprints
    图书

    Tkinter GUI Application Development Cookbook - 图书

    2018计算机·编程设计
    导演:Alejandro Rodas de Paz
    This book is for Python developers who are familiar with the basics of the language syntax, data structures, and OOP. You do not need previous experience with Tkinter or other GUI development libraries.
    Tkinter GUI Application Development Cookbook
    搜索《Tkinter GUI Application Development Cookbook》
    图书

    PySide GUI Application Development - 图书

    2016计算机·编程设计
    导演:Gopinath Jaganmohan Venkateshwaran Loganathan
    This book is written for Python programmers who want to learn about GUI programming. It is also suitable for those who are new to Python but are familiar with object-oriented programming.
    PySide GUI Application Development
    搜索《PySide GUI Application Development》
    图书

    Tkinter GUI Programming by Example - 图书

    2018计算机·编程设计
    导演:David Love
    This book is for beginners to GUI programming who haven’t used Tkinter yet and are eager to start building great-looking and user-friendly GUIs. Prior knowledge of Python programming is expected.
    Tkinter GUI Programming by Example
    搜索《Tkinter GUI Programming by Example》
    图书

    Shopify Application Development - 图书

    2014计算机·编程设计
    导演:Michael Larkin
    This is an easy-to follow manual that will guide you through the entire process of application development with Shopify, beginning with the installation and configuration of your local development environment for your app to the deployment of the app to Heroku. If you are a web developer or a designer who wants to extend Shopify stores by building apps, then this book is for you. A basic understanding of programming concepts and some familiarity with Shopify is all that is required to get started with Shopify app development.
    Shopify Application Development
    搜索《Shopify Application Development》
    图书

    Unity Game Development Blueprints - 图书

    2014计算机·数据库
    导演:John P. Doran
    If you want to build enticing projects with Unity, this book is for you. Readers who are familiar with the basics of how to create simple projects in Unity will have an easier time.
    Unity Game Development Blueprints
    搜索《Unity Game Development Blueprints》
    图书

    Unity Game Development Blueprints - 图书

    2014计算机·数据库
    导演:John P. Doran
    If you want to build enticing projects with Unity, this book is for you. Readers who are familiar with the basics of how to create simple projects in Unity will have an easier time.
    Unity Game Development Blueprints
    搜索《Unity Game Development Blueprints》
    图书

    Python GUI设计:tkinter菜鸟编程 - 图书

    2019计算机·编程设计
    导演:洪锦魁
    这是国内首先使用tkinter设计GUI的中文Python书籍之一。本书主要讲解如何在窗口内使用Python的内部模块tkinter设计图形用户接口(GUI)程序,使 用户可以利用图形接口与计算机沟通。tkinter模块是一个跨平台的窗口应用程序,使用它设计的 程序未来可以在Windows、Mac、Linux系统上执行。Python的tkinter模块内部有许多Widget(可以翻译为控件或组件或部件),有了这些Widget 就可以设计出所有与图形接口相关的程序应用。本书介绍的tkinter模块Widget包括Button(按 钮)、Canvas(画布)、Checkbutton(选项钮)、Entry(文本框)、Frame(框架)、Label(卷标)、 LabelFrame(卷标框架)、Listbox(窗体)、Menu(菜单)、MenuButton(单选按钮)、Message(信息)、 OptionMenu(下拉式窗体)、PanedWindow(面板)、RadioButton(选项钮)、Scale(滚动条值控制)、 Scrollbar(滚动条)、Spinbox(可微调输入控件)、Text(文字区域)、TopLevel(上层窗口)。 此外,本书还介绍了与tkinter模块设计应用有关的变量类别(Variable Classes)与事件绑定 (Events and Binds)概念。 为了详细讲解GUI设计,本书共使用了约270个程序实例,详细解析各种Widget的用法, 同时也将应用扩充到设计文字编辑程序、计算器、动画与相关的游戏设计中。相信读者学完本书 可以轻松将GUI知识应用到未来职场,成为一位称职的软件工程师,并成为Python领域的高手。
    Python GUI设计:tkinter菜鸟编程
    搜索《Python GUI设计:tkinter菜鸟编程》
    图书

    Python GUI设计tkinter 菜鸟编程 - 图书

    2023计算机·计算机综合
    导演:洪锦魁
    本书是国内首先使用 Python tkinter 设计 GUI 的中文书籍之一。本书主要讲解如何在窗口内使 用 Python 的内部模块 tkinter 设计图形用户接口 (GUI) 程序,让用户可以利用图形接口与计算机沟通。 tkinter 模块是一个跨平台的窗口应用程序,使用它设计的程序可以在 Windows 、macOS 、Linux 系 统上执行。 2019 年《Python GUI 设计 tkinter 菜鸟编程》一经出版便受到广大读者的喜爱。为了使其内容 更丰富,本书在其基础上增加了一些重要的项目实例,全书超过 312 个程序实例,一步一步讲解 tkinter 控件 (Widget) 的基础知识,同时也将应用范围扩充至小算盘、分形 (Fractal) 设计、文书编 辑、走马灯、模拟海龟绘图、球类竞赛、风扇设计、单个或多个反弹球设计、钟摆、直方图动态排 序、动画与游戏设计、MP3 音乐播放器。Python 是一门可以灵活使用的程序语言,本书的特色是 对 tkinter 最基础的知识使用了大量灵活的实例,说明其在各种环境下的应用方法。读者可以由这些 程序实例,事半功倍地学会用 tkinter 设计跨平台的窗口程序。
    Python GUI设计tkinter 菜鸟编程
    搜索《Python GUI设计tkinter 菜鸟编程》
    图书

    Python GUI设计:tkinter菜鸟编程 - 图书

    2019计算机·编程设计
    导演:洪锦魁
    这是国内首先使用tkinter设计GUI的中文Python书籍之一。本书主要讲解如何在窗口内使用Python的内部模块tkinter设计图形用户接口(GUI)程序,使 用户可以利用图形接口与计算机沟通。tkinter模块是一个跨平台的窗口应用程序,使用它设计的 程序未来可以在Windows、Mac、Linux系统上执行。Python的tkinter模块内部有许多Widget(可以翻译为控件或组件或部件),有了这些Widget 就可以设计出所有与图形接口相关的程序应用。本书介绍的tkinter模块Widget包括Button(按 钮)、Canvas(画布)、Checkbutton(选项钮)、Entry(文本框)、Frame(框架)、Label(卷标)、 LabelFrame(卷标框架)、Listbox(窗体)、Menu(菜单)、MenuButton(单选按钮)、Message(信息)、 OptionMenu(下拉式窗体)、PanedWindow(面板)、RadioButton(选项钮)、Scale(滚动条值控制)、 Scrollbar(滚动条)、Spinbox(可微调输入控件)、Text(文字区域)、TopLevel(上层窗口)。 此外,本书还介绍了与tkinter模块设计应用有关的变量类别(Variable Classes)与事件绑定 (Events and Binds)概念。 为了详细讲解GUI设计,本书共使用了约270个程序实例,详细解析各种Widget的用法, 同时也将应用扩充到设计文字编辑程序、计算器、动画与相关的游戏设计中。相信读者学完本书 可以轻松将GUI知识应用到未来职场,成为一位称职的软件工程师,并成为Python领域的高手。
    Python GUI设计:tkinter菜鸟编程
    搜索《Python GUI设计:tkinter菜鸟编程》
    图书
    加载中...